GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-27T07:37:19.8713388+00:00",
"SubmitDate": "2026-03-27T07:37:19.8713388+00:00",
"ReportPeriodStart": "2026-03-27T07:37:19.8713388+00:00",
"ReportPeriodEnd": "2026-03-27T07:37:19.8713388+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "881f2013-1473-407b-9449-c6d8412b2fa8",
"Rows": [
{
"ItemId": "212c45ef-ce26-40b9-8a79-d768a2959b41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "212c45ef-ce26-40b9-8a79-d768a2959b41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "881f2013-1473-407b-9449-c6d8412b2fa8",
"Rows": [
{
"ItemId": "212c45ef-ce26-40b9-8a79-d768a2959b41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "212c45ef-ce26-40b9-8a79-d768a2959b41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fdcb5a6e-9f3a-45ad-a0d7-192f5482db71",
"3813f835-c4f7-450d-8e1a-518148274825"
],
"Approvers": [
"c9d6c568-0c16-41f1-a806-b57728a49ea4",
"e03a7fd7-02fd-4b06-9c3a-c12fa25705a4"
],
"ApprovedBy": "b2a71b1a-e20e-499b-a786-c7fd23972bbc",
"ApprovalDate": "2026-03-27T07:37:19.8713388+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee45c70c-16dc-4755-b78f-6aefcc3b4d4d",
"id": "26ae38f1-d29a-4e74-8ce8-136c639a99bb",
"ConfigId": "5a82b983-b0c0-4a19-8a4f-519fd1be83b2"
},
{
"GenerationDate": "2026-03-27T07:37:19.8713388+00:00",
"SubmitDate": "2026-03-27T07:37:19.8713388+00:00",
"ReportPeriodStart": "2026-03-27T07:37:19.8713388+00:00",
"ReportPeriodEnd": "2026-03-27T07:37:19.8713388+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "881f2013-1473-407b-9449-c6d8412b2fa8",
"Rows": [
{
"ItemId": "212c45ef-ce26-40b9-8a79-d768a2959b41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "212c45ef-ce26-40b9-8a79-d768a2959b41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "881f2013-1473-407b-9449-c6d8412b2fa8",
"Rows": [
{
"ItemId": "212c45ef-ce26-40b9-8a79-d768a2959b41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "212c45ef-ce26-40b9-8a79-d768a2959b41",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fdcb5a6e-9f3a-45ad-a0d7-192f5482db71",
"3813f835-c4f7-450d-8e1a-518148274825"
],
"Approvers": [
"c9d6c568-0c16-41f1-a806-b57728a49ea4",
"e03a7fd7-02fd-4b06-9c3a-c12fa25705a4"
],
"ApprovedBy": "b2a71b1a-e20e-499b-a786-c7fd23972bbc",
"ApprovalDate": "2026-03-27T07:37:19.8713388+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee45c70c-16dc-4755-b78f-6aefcc3b4d4d",
"id": "26ae38f1-d29a-4e74-8ce8-136c639a99bb",
"ConfigId": "5a82b983-b0c0-4a19-8a4f-519fd1be83b2"
}
]